Skip to main content

Web User

Summary Description

The Web User object captures essential information about users who have access to AANP's web-based services. This includes login credentials, personal details, and account status, providing a comprehensive view of each user's online profile.

AANP does NOT rely on the First Name, Last Name and Email address fields, but Aptify requires them to be populated. We pull these fields from the Person object to ensure consistency. We have created a sync process to ensure if the Person record is updated, the related Web User record is also updated with the First, Last, and Email address.

Fields

Field NameDescriptionField Type
User IDUnique identifier for the web user. It should be the email address of the acccount.Text
PWDEncrypted password for authenticationText
First NameUser's first nameText
Last NameUser's last nameText
EmailUser's email addressText
Person ID LinkLink to the associated person recordHyperlink
Session CountNumber of sessions the user has initiatedCalculated
# Failed LoginsNumber of failed login attemptsCalculated
Record Last UpdatedTimestamp of the last update to the recordDateTime

Unused Fields

Field NameDescriptionField Type
TitleUser's titleText
CompanyCompany name associated with the userText
Password HintHint for the user's passwordText
Password Hint AnswerAnswer to the password hintText
Old User IDPrevious identifier for the userText

Web User Groups

Summary Description

The Web User Groups object manages the association of web users with specific groups, defining their roles and permissions within the AANP web services. This ensures appropriate access control and user management. In Aptify, all users with a web account are auto-assigned to the Customers group.

Fields

Field NameDescriptionField Type
Web GroupName of the user groupText

Web User Activity

Summary Description

The Web User Activity object logs activity related to user sessions, including successful and unsuccessful logins, and tracks application usage via SAML and OAUTH.

Fields

Field NameDescriptionField Type
IDUnique identifier for the activity recordNumber
Web UserEmail of the web userText
Web ModuleModule or application accessed by the userText
URLURL accessed by the userText
Query StringQuery string parameters associated with the URLText
TagTag describing the activityText
Date First HitTimestamp of the first hitDateTime
Date Last HitTimestamp of the last hitDateTime
# HitsNumber of times the URL was accessedNumber

Note: While we don't expect a line-for-line version of this in Salesforce, we want to ensure there is tracking of user activity when they are logging in or accessing applications.

References